home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / tar.gnu / tar-dist / ChangeLog < prev    next >
Encoding:
Text File  |  1990-01-26  |  9.7 KB  |  265 lines

  1. Fri Jan 26 16:11:20 EST 1990    Jay Fenlason    (hack@wookumz)
  2.  
  3.     * diffarch.c (compare_chunk)  Include correct arguments in
  4.     a call to fprintf() for an error msg.
  5.     (compare_chunks, compare_dir)  First argument is a long, not an int.
  6.  
  7.     * tar.c (options)  Use tar variable (argv[0]) as the name to print
  8.      in an error msg, instead of a constant "tar".
  9.     (confirm)  Use external variable char TTY_NAME[] for name of file
  10.     to open for confirmation input.
  11.     
  12.     * buffer.c (new_volume)  Ditto.
  13.  
  14.     * port.c  Add declaration for TTY_NAME[].
  15.  
  16.     * rmt.h  Add long declarations for lseek() and __rmt_lseek();
  17.  
  18. Tue Jan 23 14:06:21 EST 1990    Jay Fenlason (hack@wookumz)
  19.     * tar.c, create.c  Create the +newer-mtime option, which is like
  20.     +newer, but only looks for files whose mtime is newer than the
  21.     given date.
  22.  
  23.     * rtape_lib.c  Make *both* instances of signal-handler stuff use
  24.     void (*foo)() on USG systems.
  25.  
  26. Thu Jan 11 14:03:45 EST 1990  Jay Fenlason  (hack@wookumz)
  27.  
  28.     * getdate.y  Parse European dates of the form YYMMDD.
  29.     In ftime()  Init timezone by calling localtime(), and remember that
  30.     timezone is in seconds, but we want timeb->timezone to be in minutes.
  31.     This small patch from Joergen Haegg  (jh@aahas.se)
  32.  
  33.     * rtape_lib.c (__rmt_open)  Also look for /usr/bsd/rsh.
  34.     Declare signal handler as returning void instead of int if USG is
  35.     defined.
  36.  
  37.     * port.c Declare WANT_GETWD for SGI 4-D IRIS.
  38.  
  39.     * Makefile  Include defines for SGI 4D version.  There are a simple
  40.     patch from Mike Muuss (mike@brl.mil).
  41.  
  42.     * buffer.c (fl_read)  Work properly on broken Ultrix systems where
  43.     read() returns -1 with errno==ENOSPC on end of tape.  Correctly go
  44.     on to the next volume if f_multivol.
  45.  
  46.     * list.c (list_archive,print_header)  Flush msg_file after printing
  47.     messages.
  48.  
  49.     * port.c Delete unused references to alloca().
  50.     Don't crash if malloc() returns zero in quote_copy_string.
  51.     Flush stderr in msg() and msg_perror().
  52.  
  53.     * tar.c  Flush msg_file after printing confirmation msg.
  54.  
  55. Wed Jan 10 01:58:46 1990  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  56.  
  57.     * tar.c (main): Change -help option and references to it to +help,
  58.     and remove suggestion to run info (which is unreleased, so not
  59.     likely to be of any help).
  60.  
  61. Tue Jan  9 16:16:00 EST 1990    Jay Fenlason  (hack @wookumz)
  62.  
  63.     * create.c (dump_file)  Close file descriptor if start_header()
  64.     fails.
  65.         (dump_file)  Change test for ./ ness to not think that
  66.     .{any character} is a ./  These are both trivial changes from
  67.     Piercarlo "Peter" Grandi  pcg%cs.aber.ac.uk@nsfnet-relay.ac.uk
  68.  
  69.     * diffarch.c (diff_init)  Print correct number of bytes in error
  70.     message.
  71.  
  72. Tue Jan  9 03:19:49 1990  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  73.  
  74.     * Makefile: Add comment at top noting that two source files also
  75.     contain #defines that might need to be changed by hand.
  76.  
  77.     * create.c, diffarch.c, extract.c: Change L_SET to 0 in lseek
  78.     calls, because only BSD defines it.
  79.     * create.c (dump_file): Make sparse file checking code conditional
  80.     on BSD42 because it uses st_blocks, which the other systems lack.
  81.  
  82. Tue Jan  2 13:35:56 EST 1990 Jay Fenlason (hack@gnu)
  83.  
  84.     * port.c (quote_copy_string)  Fix so it doesn't scramble memory if
  85.     the last character is non-printable.  A trivial fix from Kian-Tat Lim
  86.     (ktl@wag240.caltech.edu).
  87.  
  88. Tue Dec 19 11:19:37 1989  Jim Kingdon  (kingdon at pogo)
  89.  
  90.     * port.c [BSD42]: Define DOPRNT_MSG.
  91.     tar.h [BSD42]: Do not prototype msg{,_perror}.
  92.  
  93. Fri Dec  8 11:02:47 EST 1989    Jay Fenlason (hack@gnu)
  94.  
  95.     * create.c (dump_file)  Remove typo in msg.
  96.  
  97. Fri Dec  1 19:26:47 1989  David J. MacKenzie  (djm at trix)
  98.  
  99.     * Makefile: Remove comments referring to certain systems lacking
  100.     getopt, since it is now provided always and needed by all systems.
  101.  
  102.     * port.c: Remove copy of getopt.c, as it is now linked in
  103.     separately to always get the current version.
  104.  
  105.     * tar.c: Rename +cat-tars option to +catenate or +concatenate, 
  106.     and +local-filesystem to +one-file-system (preferred by rms
  107.     and used in GNU cp for the same purpose).
  108.     (describe): Reflect changes.
  109.  
  110. Tue Nov 28 04:28:26 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  111.  
  112.     * port.c: Move declaration of alloca into #else /* sparc */
  113.     so it will compile on sparcs.
  114.  
  115. Mon Nov 27 15:17:08 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  116.  
  117.     * tar.c (options): Remove -version option (replaced by +version).
  118.     (describe): Mention long options.
  119.  
  120. Sat Nov 25 04:25:23 1989  David J. MacKenzie  (djm at hobbes.ai.mit.edu)
  121.  
  122.     * getoldopt.c (getoldopt): Make `opt_index' argument a pointer to
  123.     an int, not char.
  124.  
  125.     * tar.c: Modify long options per rms's suggestions:
  126.     Make preserve-permissions an alias for same-permissions.
  127.     Make preserve-order an alias for same-order.
  128.     Define preserve to mean both of those combined.
  129.     Make old an alias for old-archive.
  130.     Make portability an alias for old-archive, also.
  131.     Rename sym-links to dereference.
  132.     Rename gnudump to incremental.
  133.     Rename filename to file.
  134.     Make compare an alias for diff.  Leave diff but prefer compare.
  135.     Rename blocking-factor to block-size.
  136.     Rename chdir to directory.
  137.     Make uncompress an alias for compress.
  138.     Rename confirm to interactive.
  139.     Make get an alias for extract.
  140.     Rename volume-header to volume.
  141.  
  142.     Also make +version an alias for -version.
  143.  
  144.     (options): Shorten code that interprets long options by using
  145.     the equivalent short options' code.  This also makes it tons
  146.     easier to change the long options.
  147.  
  148.     (describe): Make usage message more internally consistent
  149.     stylistically. 
  150.  
  151. Mon Nov 20 14:55:39 EST 1989    hack@ai.mit.edu
  152.  
  153.     * list.c (read_and)  Call check_exclude() to see if the files
  154.     should be skipped on extract or list.
  155.  
  156. Thu Nov  9 18:59:32 1989  Jim Kingdon  (kingdon at hobbes.ai.mit.edu)
  157.  
  158.     * buffer.c (fl_read): Fix typos in error message
  159.     "tar EOF not on block boundary".
  160.  
  161. Mon Oct 23 13:09:40 EDT 1989        (hack@ai.mit.edu)
  162.  
  163.     * tar.c (long_options[])  Add an option for blocked compression.
  164.  
  165. Thu Oct 19 13:38:16 EDT 1989        (hack@ai.mit.edu)
  166.  
  167.     * buffer.c (writeerror)  Print a more useful error msg.
  168.  
  169. Wed Sep 27 18:33:41 EDT 1989        (hack@ai.mit.edu)
  170.  
  171.     * tar.c (main)  Mention "tar -help" if the luser types a non-workable
  172.     set of options.
  173.  
  174. Mon Sep 11 15:03:29 EDT 1989        (hack@ai.mit.edu)
  175.  
  176.     * tar.c (options)  Have -F correctly set info_script.
  177.  
  178. Tue Aug 29 12:58:06 EDT 1989        (hack@ai.mit.edu)
  179.  
  180.     * Makefile  Include ChangeLog in tar.tar and tar.tar.Z
  181.  
  182. Mon Aug 28 17:42:24 EDT 1989        (hack@ai.mit.edu)
  183.  
  184.     * tar.c (options) Made -F imply -M
  185.     Also remind tar that the -f option takes an argument!
  186.  
  187.     * Modified -F option to make it do what (I think) it
  188.     should.  e.g, if you say -F, tar won't send a msg to
  189.     msg_file and wait for a <return> It'll just run the program
  190.     it was given, and when the prog returns, the new tape had
  191.     *better* be ready. . .
  192.  
  193.     * buffer.c (open_archive)  Give error message and abort if
  194.     the luser didn't give an archive name.
  195.  
  196. Fri Aug 25 20:05:27 EDT 1989        Joy Kendall (jak at hobbes)
  197.  
  198.     * Added code to make a new option to run a specified script
  199.     at the end of each tape in a multi-volume backup.  Changed:
  200.     tar.c: made new switch, -F, and new long-named option,
  201.     "info-script".  Code is where you would expect.
  202.     tar.h: added flag f_run_script_at_end, and an extern char *
  203.     called info_script, which optarg gets set to.
  204.     buffer.c: line 1158 in new_volume(): if f_run_script_at_end
  205.     is set, we give info_script to system(), otherwise we do
  206.     what we've always done.  **FIXME** I'm not sure if that's all
  207.     that has to be done here.
  208.     
  209. Thu Aug 24 10:09:38 EDT 1989        Joy Kendall (jak at spiff)
  210. (These changes made over the course of 6/89 - 8/89)
  211.     
  212.     * diffarch.c: diff_archive: Added switches for LF_SPARSE in the
  213.     case statements that needed it.  Also, skip any extended headers
  214.     if we need to when we skip over a file.  (need to change
  215.     the bit about, if the size doesn't agree AND the file is NOT
  216.     sparse, then there's a discrepancy, because I added another
  217.     field to the header which should be able to deal with the
  218.     sizes)   If the file is sparse, call the added routine
  219.     "diff_sparse_files" to compare.  Also added routine 
  220.     "fill_in_sparse_array".
  221.  
  222.     * extract.c: extract_archive: added the switch LF_SPARSE
  223.     to the case statement as needed, and code to treat the 
  224.     sparse file.  At label "again_file", modified opening the
  225.     file to see if we should have O_APPEND be one of the modes.
  226.     Added code at label "extract_file" to call the new routine
  227.      "extract_sparse_file" when we have an LF_SPARSE flag.
  228.  
  229.     Note: really should erase the commented-out code in there,
  230.     because it's confusing.
  231.  
  232.     * update.c: made sure that if a file needed to be "skipped" 
  233.     over, it would check to see if the linkflag was sparse, and
  234.     if so, would then make sure to skip over any "extended 
  235.     headers" that might come after the header itself.  Do so by
  236.     calling "skip_extended_headers".
  237.     
  238.     * create.c: create_archive: added code to detect a sparse
  239.     file when in the long case statement.  Added ways to detect
  240.     extended headers, and label "extend" (ack! should get rid of
  241.     that, is atrocious).  Call the new routine "finish_sparse_file"
  242.     if the linkflag is LF_SPARSE to write the info to the tape.
  243.     Also added routines "init_sparsearray", "deal_with_sparse",
  244.     "clear_buffer", "where_is_data", "zero_record", and 
  245.     "find_new_file_size".
  246.     
  247.     * tar.h:  Added the #define's SPARSE_EXT_HDR and 
  248.     SPARSE_IN_HDR.  Added the struct sparse and the struct
  249.     sp_array.  Added the linkflag LF_SPARSE. Changed the tar
  250.      header in several ways:
  251.         - added an array of struct sparse's SPARSE_IN_HDR long
  252.         - added a char flag isextended
  253.         - added a char string realsize to store the true
  254.         size of a sparse file
  255.     Added another choice to the union record called a
  256.     struct extended_header, which is an array of 21 struct
  257.     sparse's and a char isextended flag.  Added flag
  258.     f_sparse_file to list of flags.
  259.     
  260.     * tar.c: added long-named options to make tar compatible with
  261.     getopt_long, changed Makefile.
  262.  
  263. ChangeLog started at Thu Aug 24 10:09:38 EDT 1989 by Joy Kendall
  264. (jak at spiff)
  265.